home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 21
/
Aminet 21 (1997)(GTI - Schatztruhe)[!][Oct 1997].iso
/
Aminet
/
comm
/
bbs
/
trionbbs100.lha
/
Trion
/
scripts
/
log
< prev
next >
Wrap
AmigaDOS Script File
|
1997-05-11
|
753b
|
32 lines
.key file
.def file="1"
;;; Little 'shortcut' script to the logs of node 0-7 etc..
;;; Use: log ;log from node 1
;;; log 0 ;log from node 0
;;; log 2 ;log from node 2
;;; log m ;log from MailProcessor
;;; log A ;log from AreaFix
;;; log t ;log from Tick processor
;;; log e ;error log
IF <file> EQ m
Ced trion:log/TMP.log
Else
if <file> EQ a
Ced trion:log/areafix.log
Else
if <file> EQ t
Ced trion:log/ttick.log
Else
if <file> EQ e
Ced trion:log/error.log
Else
Ced trion:log/trion-<file>.log
EndIf
EndIf
EndIf
EndIf